home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 June
/
EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso
/
earcd
/
comm2
/
gfndxxxs.lha
/
GFindXXXSrc
/
gst.c
< prev
next >
Wrap
C/C++ Source or Header
|
1996-03-08
|
508b
|
28 lines
/***************************************************************************
* gst.c
*
* GFindXXX, Copyright ©1995 Lee Kindness.
*
*/
/* ANSI headers */
#include <string.h>
#include <ctype.h>
/* Amiga headers */
#include <exec/types.h>
#include <exec/memory.h>
#include <dos/dos.h>
#include <libraries/gotchalib.h>
/* Protos */
#include <proto/exec.h>
#include <proto/dos.h>
#include <clib/gotchalib_protos.h>
#include <pragmas/gotchalib_pragmas.h>
/* Amiga.lib */
//#include <clib/alib_protos.h>